runtime.limiterEvent.consume (method)

2 uses

	runtime (current package)
		mgclimit.go#L210: 			typ, duration := pp.limiterEvent.consume(now)
		mgclimit.go#L422: func (e *limiterEvent) consume(now int64) (typ limiterEventType, duration int64) {